From eb7a16376f432c50d55c8ce83fe03cb903c911c5 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 24 Jun 2014 06:44:47 -0700 Subject: [PATCH] Clarify `make install` exists as a target Closes #39 --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c125b2fda..d109664d1 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ Learn more at http://crates.io/. ## Compiling cargo -You'll want to clone cargo using --recursive on git, to clone in it's submodule dependencies. +You'll want to clone cargo using --recursive on git, to clone in it's submodule +dependencies. ``` $ git clone --recursive https://github.com/rust-lang/cargo ``` @@ -13,5 +14,6 @@ or $ git submodule init $ git submodule update ``` -Then it's as simple as ```make``` and you're ready to go. +Then it's as simple as ```make``` followed by ```make install``` and you're +ready to go. -- 2.30.2